ByteNINumericByteNLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.LogicalAnd(
ByteN value
)
Private Function LogicalAnd (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).LogicalAnd
private:
virtual ByteN LogicalAnd(
ByteN value
) sealed = INumeric<ByteN>::LogicalAnd
private abstract LogicalAnd :
value : ByteN -> ByteN
private override LogicalAnd :
value : ByteN -> ByteN
- value ByteN
- The value with which to compute the logical bitwise AND.
ByteNThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)